projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4a263b
)
Fix typo in last change.
author
Chong Yidong
<cyd@stupidchicken.com>
Sun, 16 Nov 2008 21:02:22 +0000
(21:02 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sun, 16 Nov 2008 21:02:22 +0000
(21:02 +0000)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index eb4cf15e14184dc3ae7db92e68a2873ea72295ef..d3160ef239e86bc47e96168bea375eaa3edeb6db 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-1819,7
+1819,7
@@
by doing (clear-string STRING)."
(while (progn (message "%s%s"
prompt
(make-string (length pass) ?.))
- ;; We used to use read-char-exclusive,
tha
t that
+ ;; We used to use read-char-exclusive,
bu
t that
;; gives funny behavior when the user presses,
;; e.g., the arrow keys.
(setq c (read-event nil t))